local tArgs = {...}

if not security.getSU() then
 exception.throw("RestrictedOpsException")
 return
end

if #tArgs < 1 then
 gui.printAppInfo("edit", "filename not specified")
 return
end

shell.run("/rom/programs/edit /etc/manuals/"..tArgs[1])